What you could do is have a singleton node and you would remove your player from the current scene and then attach it to that singleton node.
Create a new scene, call it maybe: "GLOBAL.tscn"
Go to Project > Project Settings > AutoLoad
Select the scene and enable "singleton"
You can also use the singleton node to store global variables.