Currently, geoutils.Vector does not allow specifying the layer to be loaded (it takes only a filename upon instantiation). If loading a multiple layer file, only the first layer is loaded.
Within geopandas, it is possible to select another layer by providing the argument layer to geopandas.read_file.