Run button function from another button at child movieclip

Have a button at root that when clicked, runs the code bellow:



function buttomClicked(e:MouseEvent):void {
	//run Action>>
	
}

How can I call the same function from another button, considering that button inside another MC?

Thanks