There looks to be a way to do this via the vensim_get_state and vensim_set_state DLL functions.
This functionality could be provided through an additional argument to the VenPy.run method. Something like, model.run(runname='previous', resume=True) might not be too hard to implement.