Hey Jeff,
As mentioned earlier in this thread, there is a way to send data to multiple report suites with a single request. However, there is no API in the mobile SDK to dynamically add and/or remove report suites at runtime, which means that all of the report suites you list in the ADBMobileConfig.json file will get data for every request.
You can achieve what you want by implementing Vista rules. With Vista rules, you can decide which report suites should process each request based on the content of the request.
For example, for the special request that needs to be collected by both report suites, you could set a special context data variable that is only sent for that kind of request. The Vista rule would only forward the data to your second report suite when that context data variable is present.
For more information on Vista rules, please check out the documentation: https://marketing.adobe.com/resources/help/en_US/reference/VISTA.html
Hope this helps.
steve benedick
sr mobile software engineer