Is it possible to display two different module pages on a single page.

E.g. When displaying a list of products (using the products_all module), I need to display details (from the product_info module) of either the selected product, or the first product if no product is selected.

Is this even possible, and if so how?