I have a Blender scene inside Godot. This Blender has 2 animations that I need to play at the same time using the AnimationPlayer and I can't.
Is it possible to do this without to make local the Blender file?
Thanks.

An AnimationPlayer can only play one animation at a time, but you can have multiple AnimationPlayers running concurrently.