How to change Post ID during import

wp_insert_post() function in WP accepts special import_id field in arguments and will try to use that ID, rather than automatically generating new one.

This is easy to use when writing import code yourself, but I have no idea how easy would it be to with that plugin. You could try suggesting this as a feature to plugin’s eveloper.