Cluster Sharding: entity actor ask (?) standalone node actor

Hi is it possible to make ask (?) call from within entity actor, which is part of akka cluster shard, to some “standalone” actor using standalone actor actorRef (provided somehow to entity actor e.g through its props)?

By standalone actor I mean actor crated on cluster node directly as system.actorOf - out of cluster shard.

thanks in advance