Model transformation from transformation between two frames.

Hi all!

Given:
a) two frames of a moving object and euclidean transformation(rotate + shift) between them which aligns projection of the object on the first frame to its projection on the second frame;
b) model transformation matrix for the first frame;
c) view and projection matrices which are the same for both frames.

How to find model transformation matrix for the second frame?

Thanks.