If you need to ensemble several learning methods, Stacking and Vote algorithms are useful for this purpose. Hence, they should perform learning simultaneously under evaluation method such as cross-validation.
ANN works on error-back-propagation-feed-forward technique where one can go on improving training the network. Whereas SVM works on structural risk minimization principle. These two may be possible to hybridize. However if you want to further improve training the network, one can do , ie, from ANN to ANFIS, ANFIS-PSO, GA-ANN; and from SVM to SVM-PSO, GA-SVM, etc. from ANN/SVM hydridizing with GA/ACO/PSO (which are optimization tools), those hybrid models should perform more efficient than ANN/SVM. You can see many applications of these models in ELSEVIER Journals - Applied Soft-Computing, Advances in Engineering Software, etc.
You could a generative hyper-heuristics. The hybridisation can be achieved by generating automatically new metaheuristics from a learning set of instances.