Thanks for your reply, but I did some investigation and I cannot see how to set up what you intended to explain me.
But, after a little testing, I think I can use a single global var tween and turn it null after the tween has finished. If I want to check if is still running I can check "if tween" or "if tween.is_running()" and then pause, resume or stop it.
However, Im curious about that idea of keeping track of tweens with Arrays, Dictionarys or classes. If you don't mind of giving me more details... I have only programmed with GDScript and for the last three years. There's a lot I don't know.
Thanks in any case.