As ZoltanJr said, you can simply cast from the level blueprint to an actor blueprint. It’s not possible to use casting nodes in the other direction (like from an actor blueprint to the level blueprint).
To get such functionality, you’d have to use Event Dispatchers. Effective use of an event dispatcher will allow you to call an event contained in the level BP from any actor BP.