Is is possible to call a RPC on a Actor without using a player

Hi. I have a actor that needs to be replicated. Its a group of birds. I want them to replicate but i found out that you cant call rpc on the actor itself without calling them on the player. I tried using authority but this only works on the dedicated servers and not with a host / client.