You can use get_parent()
to call functions and get variables from the parent node
print(get_parent().name) # Prints the parent's name
print(get_parent().rotation) # Print's the parent's rotation
get_parent().scale.x = 2.0 # Sets the parent's scale's x coordinate to 2.0