How to point remote ActorSystem

By using system.actorSelection(PATH) we can point specific actor.

Similarly, Can we get the reference of remote actor system ?

I have two projects one acts as client and another acts as server. Here, I want to create an actor for server from client. To do I need to get a reference of server ActorSystem. How can I achieve this ?

https://doc.akka.io/docs/akka/current/remoting.html#creating-actors-remotely