In case you do have mutual dependencies you can also try and install both packages with the same rpm command. For example:
rpm -Uvh package1.rpm package2.rpm
Amir.
BTW, if you would get the situation of mutual dependency (which is a mistake of packager, but sometimes it happens), you can override it by using --force option to rpm (check manpage for more details).