Do you simply play animation in matinee or do you play animation AND move your actors ?
If your movement are in the animation, then you could play them in Matinee, when the animation is done dispatch an event that you catch in your level BP, and move your Actor there.
If you control the position of your actor with matinee, then you could make a matinee for each movement and call a different one at the end with an event again, but I’m not sure how effective this would be