Call function inside MC from stage

I have a function inside my movieClip, how do I call it from stage?

btnPlay.addEventListener(MouseEvent.CLICK, movieClip.function);
How should the path to the movieclip/function be written?

Sorry for the very simple question, but all I’m able to find is on the other ways…

thanks