Creator doesn't support interportlet communication, but you could
try passing request parameters in a url in a Portlet page
http://myserver/mypage.jsp?portletvar1=hello?portletvar22=world
where param1, param2 are Portlet variables
and mypage.jsp is the jsp page
John