If both movies are on the main timeline. Lets call them mc1 and mc2.

On Button in Mc2

on(release){
_root.mc1.gotoAndStop(4);
}

_root means the main timeline.