Call (Server, Reliable) from Server =?

Hello, seems like goofy question but

What happens when we call Server RPC from server? Is it just called like normal function? Or should i call myfunction_implementation instead?

 UFUNCTION(Server, Reliable)
 void myfunction();