Method of inference for ODE parameters

You can estimate parameters from a system of ODEs directly by implementing it in stan and using a solver to compute a prediction that will then be evaluated as a sample of the MCMC.
There is some documentation and case studies out there.

Unless there’s a reason why this approach is not feasible, I’d say it’s better than using indirect methods that would have to somehow (but probably not trivially) be related back to the original system.