Sending Commands from a control panel project to all instances

Options
Hello everyone, I am trying to create a type of control panel where I could send specific commands with Photon real time. currently I made two different unity projects (the control panel, the 'game') added the pun plugins and gave them both the same photon appid. The control panel creates a room and the 'game' successfully joins the created room. At this point I thought that the thing I needed next was to utilize RPC functions however I seem to not understand how they work. I created in the control panel project a photon view that has a RPC call to a function in the 'game' project that I want to trigger yet when I activate the RPC call on the control panel the gameobject in the 'game' does not get modified from the call.

Is what I'm trying to do even possible?
Am I missing something?

if anyone can help it would be greatly appreciated