Currently Wumpex is designed to run exactly one instance of itself per runtime.
This is because Wumpex is globally configured, a better approach would be to adopt something like Ecto where you have a Repo module that can be configured, allowing multiple bots in the same application.