In short I want additional list views, but per entity, i.e. for related products, and to be able to manage the fields and actions shown independently of the main list i.e. via a method like configureRelationsListFields(ListMapper $listMapper).
I've extended the controller and have an action for the page and basic templates for where they should sit, what I want now is to have lists under each of the headings 'Similar' and 'Accessories' as shown below.

I don't see rendering multiple lists on 1 page as being a problem, what does seem to be challenging is implementing a separate listManager/Mapper for this type of list, what I think the mapper is doing is mapping various information into fields in the admin class, and I'm not entirely sure how to go about overriding which listManager is being used or how to tell it to use different class vars for my 'relations_list'.
Am I going about this right? Is there an easier to way to approach this? Any thoughts on how I can go about getting this working?