With 'in the same node' you, mean children of the same node I guess. To answer your question for 2D Nodes position instead of translation.
In that case you can use something similar to this inside your script:
get_parent().get_node("NameOfNode").position= mynewposition
You can get any variable you need, this way.
hope it works