I believe you should be able to set up an onClick event in your link something like this:
Code:
<a href="#" onClick="javascript:framea.location.href='page1.html';frameb.location.href='page2.html';">
where framea and frameb are the names of your two frame.