multiple VBO transparency

So currently I have an overlay VBO object and a world VBO object , overlay is rendered after the world and I would like the overlay object to blend with the world object based on the alpha value. I know this can be done with a single VBO but that would mean rewriting the majority of my VBO code.